Monitor
Group "Monitor"
| Parameter | Description |
|---|---|
| login.maximum_attempts | Maximum failed login attempts before the user is locked out. Default: 3 |
| message.show_as_textplain | yes: All structured messages are shown as XML in serialized text format (higher performance and memory cost). no: Messages are returned as XML documents, letting the browser render them (recommended). |
| message.show_as_textplain.agent | A * applies special message treatment to all user agents. Otherwise, specify a comma-separated list of user agents to be served in special XML text mode. Has no effect if show_as_textplain = no. |
| message.use_xsl_styling | yes: Render messages nicely for display. no: Show raw XML format. |
| message.max_message_limit | Defines the maximum size (in MB) of a message that can be rendered in the monitor. Allowed values: 1–10. Larger messages trigger an error message. |
| scenariodoc.security | true: Scenario documentation requires login. false: Accessible without login. |
| security.TLS.cookie.with.secure.flag | true: Ensures session cookies are never sent over unsecure HTTP. false: No restriction. |
| security.strict.transport.security | Adds Strict-Transport-Security (HSTS) header to all HTTP requests. -1 disables. Positive values define how many seconds the browser should enforce HTTPS. |